home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global gDefaultPropList
- doButton()
- set vSetPosition to the text of member "Adding Property DeleteAt Input Field 1"
- set vSetPosition to checkPosition(vSetPosition, count(gDefaultPropList))
- if vSetPosition <> EMPTY then
- deleteAt(gDefaultPropList, vSetPosition)
- set the text of member "Adding Property DeleteAt Display Field 1" to string(gDefaultPropList)
- end if
- end
-